SGGetPause
You can determine whether the sequence grabber is paused by calling theSGGetPause
function.
pascal ComponentResult SGGetPause (SeqGrabComponent s, Byte *paused);
s
- Specifies the component instance that identifies your connection to the sequence grabber component. You obtain this value from the Component Manager's
OpenDefaultComponent
orOpenComponent
function.paused
- Contains a pointer to a field that is to receive a value that indicates whether the sequence grabber is currently paused. The following values are valid:
seqGrabUnpause
- The sequence grabber is not paused.
seqGrabPause
The sequence grabber is paused--all channels are stopped.seqGrabPauseForMenu
- The sequence grabber is paused in order to display a menu--some or all of the channels may be stopped.
DESCRIPTION
TheSGGetPause
function allows you to determine whether the sequence grabber is paused.SEE ALSO
You may pause or restart the sequence grabber by calling theSGPause
function, which is described in the previous section.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help